# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/07/02 15:42:46-06:00 bjorn.helgaas@hp.com # Merge hp.com:/home/helgaas/linux/to-marcelo-2.4 # into hp.com:/home/helgaas/linux/linux-ia64-2.4 # # arch/ia64/vmlinux.lds.S # 2004/07/02 15:42:44-06:00 bjorn.helgaas@hp.com +0 -0 # Auto merged # # arch/ia64/hp/common/sba_iommu.c # 2004/07/02 15:42:44-06:00 bjorn.helgaas@hp.com +0 -0 # Auto merged # # ChangeSet # 2004/07/02 15:41:59-06:00 bjorn.helgaas@hp.com # ia64: round iommu allocations to power-of-two sizes. # # Round IOVA allocations to power-of-two sizes to avoid # REO/Grande defect AR2305. # # arch/ia64/hp/common/sba_iommu.c # 2004/07/02 15:41:56-06:00 bjorn.helgaas@hp.com +9 -0 # Round IOVA allocations to power-of-two sizes to avoid # REO/Grande defect AR2305. # # ChangeSet # 2004/07/02 15:27:03-06:00 bjorn.helgaas@hp.com # [PATCH] ia64: force all kernel sections into one and the same segment # # Older versions of the linker do not handle cross-segment segment-relative # relocations properly. This becomes a real problem when the linker decides # to put .text and .text.init into different segments (for whatever reasons) # because in that case, broken linkers will produce a broken unwind section, # which can cause nasty Heisenbugs, where, for example, unwinding may or may # not work depending on the exact value of the IP in a function. # # [Backport of Keith Owens' 2.6 change] # # arch/ia64/vmlinux.lds.S # 2004/07/02 15:27:00-06:00 bjorn.helgaas@hp.com +7 -0 # [PATCH] ia64: force all kernel sections into one and the same segment # # Older versions of the linker do not handle cross-segment # segment-relative relocations properly. This becomes a real problem # when the linker decides to put .text and .text.init into different # segments (for whatever reasons) because in that case, the broken # linker will produce a broken unwind section which intermingles # unwind info from the two sections. Fix is to simply force all sections # into the same segment. # # ia64: force all kernel sections into one and the same segment #